home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(the clickOn, 1)
- set normCast to the number of cast "Cub"
- stickyButtonDown(the clickOn, normCast, normCast + 1)
- end
-
- on mouseUp
- global ReturnPage
- set test to buttonUp(the clickOn)
- puppetSprite(the clickOn, 0)
- if test then
- cursor(4)
- unLoadCast(ReturnPage & "S1")
- unLoadCast(ReturnPage & "S2")
- go("Cub")
- end if
- end
-